how to form one module out of many?

For example, there's a task to copy all the sections starting with 2 with its content from three different modules, and paste it consistently into the new module. Can we do it with  DXL? Thank you!


Artem1212 - Tue Oct 14 06:32:38 EDT 2014

Re: how to form one module out of many?
Wolfgang Uhr - Tue Oct 14 10:08:34 EDT 2014

Hi

This is not a question, you have just asked for a real skript. I do not think, that this will work.

Best regards

Wolfgang

Re: how to form one module out of many?
Mike.Scharnow - Tue Oct 14 10:32:02 EDT 2014

This should be possible with Tools -> Functions -> Copy Objects.

Select the heading for chapter 2, Start the function and choose Copy: Current object with children.

 

Hope this helps,
Regards,
Mike

 

Re: how to form one module out of many?
RvSaladi - Thu Oct 16 14:22:09 EDT 2014

Yes it is possible, you have to write a dxl script for that. I am not sure it is easy to use Tools->Funtions->Copy Objects to do this task.

But it also depends on type of attributes, if all these three modules are not similar type with same attributes (names and types), it will be little complicated but can be done with script for sure!